unique index

[juˈniːk ˈɪndeks]
  • unique index
  • 网络

    唯一索引;惟一索引;唯一性索引

纠错 数据更新时间:2026-04-19 19:11:24
1、

You tried to enter a duplicate value in a field that is a primary key or that has a unique index.

试图在主键字段或含有唯一索引的字段中输入重复值。

互联网摘选

2、

All local tables in the query must have a unique index.

查询中的所有本地表必须有唯一索引。

provided by jukuu

3、

Single-row update/ delete affected more than one row of a linked table. Unique index contains duplicate values

单行更新或删除影响链接表中的多行。唯一的索引包含重复数值

互联网摘选

4、

Cannot insert duplicate key row in object '%. ls' with unique index '%. ls'.

不能在具有唯一索引''%3!''的对象''%1!''中插入重复键的行。

互联网摘选

5、

Newly added not nullable column ( s) are involved in the primary key or unique index ( constraint).

新添加的不可空列包含在主键或唯一索引(约束)中。

互联网摘选

6、

Must specify both full-text Catalog name and Unique Index name.

必须指定全文目录名称和唯一索引名称。

互联网摘选

7、

When a UNIQUE index is created on a column in Oracle10g, it ensures that the NOT NULL values entered in that column are unique.

当在Oracle10g中的列上创建UNIQUE索引时,会确保此列中输入的NOT NULL值是惟一的。

互联网摘选

8、

Thus, species diversity could not be regarded as a unique index for measuring the effect of vegetation ecological restoration.

因此,物种多样性并非是衡量植被生态恢复效果的唯一指标。

互联网摘选

9、

The "name" column will be a CHAR ( 30), set to NOT NULL, and have a unique index on it.

“name”列的类型是CHAR(30),不允许为空,而且根据此列建立了一个索引。

互联网摘选

10、

The unique index for touch.

触摸的唯一索引。

互联网摘选

11、

When you create or rebuild a unique index online, the index builder and a concurrent user transaction may try to insert the same key, therefore violating uniqueness.

联机创建或重新生成unique索引时,索引生成器和并发用户事务可能会尝试插入相同的键,从而违反唯一性。

provided by jukuu

12、

However, if the session data conflicts with a new index,( such as duplicate rows conflicting with a unique index), the index is not materialized for that session until the data is corrected.

但是,如果会话数据与某个新索引冲突(比如重复行在唯一的索引上冲突),则在数据纠正之前不会为该会话物化该索引。

互联网摘选

13、

An index specification that defines a unique index also conveys information about the uniqueness of the index columns to the federated system.

定义惟一索引的索引规范还将关于索引列惟一性的信息传递给联邦系统。

互联网摘选

14、

When a primary key constraint is defined, the federated system automatically creates a unique index specification.

当定义一个主键约束时,联邦系统自动创建一个惟一的索引规范。

互联网摘选

15、

Null value is not allowed in unique index or primary key.

唯一性索引或主键中不允许有空值。

互联网摘选

16、

The primary key and any unique index of the table must be a superset of the associated partitioning key.

表的主键和所有惟一索引都必须是相关分区键的超集。

互联网摘选

17、

You can't create a unique index on this field because it contains duplicate values. Do you want to keep the existing index?

不能在该字段上创建唯一索引,因为字段中含有重复值。是否还用现有的索引?

互联网摘选

18、

Besides, Securities Investment Fund is an important financial tool, and agio-rate is an unique index of Close-end Fund, which is influenced directly by its closing rate and net asset value.

此外,证券投资基金是一种重要的金融工具,而折价率则是封闭式基金独有的一个指标,它直接受到收盘价和资产净值的影响。

互联网摘选

19、

Duplicate rows found in% s. Unique index not created.

在%1!中发现重复行。未创建唯一索引。

互联网摘选

20、

But, in DB2 z/ OS if a UNIQUE index is created on a column, then only one NULL value can be inserted into it.

但是在DB2z/OS中,如果在列上创建UNIQUE索引,那么只能在其中插入一个NULL值。

互联网摘选

21、

On a federated system, unique index information might be required to perform an UPDATE/ DELETE operation for some data sources.

在一个联邦系统上,为了为某些数据源执行UPDATE/DELETE操作,需要惟一的索引信息。

互联网摘选

22、

Also, before setting up replication in DB2, you will want to ensure that every database table has a primary key or unique index.

此外,在DB2中创建复制之前,您会希望保证每一个数据库表都具有一个主键或惟一索引。

互联网摘选

23、

Column '% s' cannot be excluded from the vertical partitioning because there is a unique index accessing this column.

不能从垂直分区操作中排除列''%1!'',因为有一个唯一索引正在访问该列。

互联网摘选

24、

The table has a unique index, indx_parent_col1.

表格有惟一的索引indx parent col1。

互联网摘选

25、

Make sure that you use the right keys in the WHERE clause, which should preferrably be either the primary key or a unique index.

要确保在WHERE子句中使用正确的键,这个键最好是主键或惟一索引。

互联网摘选

26、

One of the tables involved in the cursor statement does not have a unique index.

游标语句涉及到的表中有一个没有唯一索引。

互联网摘选

27、

In other words, all columns that are part of the partitioning key must be present in the primary key or unique index definition.

换句话说,作为分区键一部分的所有列都必须出现在主键或惟一索引定义中。

互联网摘选

28、

In a multi-partition database partition group, you can only create a unique index if it is a superset of the partitioning key.

在多分区数据库分区组中,如果索引是分区键的超集,那么只能创建一个惟一的索引。

互联网摘选

29、

The view used in the cursor statement does not include all the unique index columns of the underlying tables.

游标语句中使用的视图不包括基础表中的所有唯一索引列。

互联网摘选

30、

Attached table is not updatable because it has no unique index.

由于附加表没有唯一索引,因此是不可更新的。

互联网摘选

  • 相关词组
  • 今日热词
  • 热门搜索
  • fathom[ˈfæðəm] n.英寻(测量水深单位,合6英尺或1.8米);vt.理解…的真意;推测,领会;测深;
  • swear[sweə(r)] v.发誓;(尤指在法庭上)发誓,郑重承诺;使起誓(保密);咒骂;诅咒;说脏话;肯定地说;郑重承诺;表示决心要;赌咒发誓地说n.发誓;咒骂;誓言;骂人话
  • nn abbr.nerves (复数)神经;神经网络;names 姓名;nouns 名词;nomen novum (Latin=new name) (拉丁语)新名;
  • price[praɪs] n.价格;代价;投注赔率;v.把…定价为;贴标价;比较价格;
  • ocean[ˈəʊʃn] n. 大海;海洋;(五大洋之一的)洋
  • peasant[ˈpeznt] n.农民;农夫;佃农;粗俗的人;
  • pity[ˈpɪti] n.同情;怜悯;(用于表示失望)遗憾,可惜;怜悯;仁慈;v.同情;怜悯;可怜
  • family name[ˈfæmili neim] n.姓;
  • Dua Lipa[duː.ə lɪ.pɑː] [人名]杜阿·利帕
  • fit[fɪt] v.适合;合身;试穿;放置于;可容纳;安装;与…相配;胜任;发作;adj.健康的;适合的;俊秀的;就要;
  • red hat[red hæt] n.(红衣主教的)主教红帽,红衣主教;
  • matlab n. 工具箱;工程计算;一种用于数学计算的程序,特别是线性代数的计算;

英语网英语词典(dict.25820.com)为您提供在线翻译英语词典单词大全英译汉汉译英等英语服务!可按单词字数词义分类查询。支持lj:关键词格式查询例句。

用户反馈
请选择反馈类型(可多选):
您的联系方式:
反馈内容:
提交成功 小编会尽快处理
回到顶部
点击反馈